home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / games / egavga / 1lost.arj / LOST.BAT < prev    next >
DOS Batch File  |  1993-01-03  |  569b  |  41 lines

  1. echo off
  2. :START
  3. cls
  4. LOSTMENU
  5. ASK                  Enter your selection: [1-5]: @12345        
  6. cls
  7. IF ERRORLEVEL 5 GOTO 5 
  8. IF ERRORLEVEL 4 GOTO 4  
  9. IF ERRORLEVEL 3 GOTO 3
  10. IF ERRORLEVEL 2 GOTO 2
  11. IF ERRORLEVEL 1 GOTO 1
  12. :1 
  13. cls
  14. type lost.doc
  15. pause
  16. Goto Start
  17. :2  
  18. cls
  19. type controls.doc
  20. pause
  21. Goto Start
  22. :3
  23. cls
  24. type tdr-form.doc
  25. pause
  26. Goto Start
  27. :4
  28. cls
  29. type trouble.txt
  30. pause
  31. Goto Start
  32. :5
  33. cls
  34. lost!
  35. echo                        Loading " Lost "  ............
  36. runvga lost.run
  37. lostreg
  38. echo                   Unregistered Program 
  39. :End
  40.  
  41.